home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / vectors / qtvectors / readme < prev    next >
Encoding:
Text File  |  2000-09-28  |  931 b   |  12 lines

  1. README - QTVectors
  2.  
  3. QTVectors is a simple application that constructs a QuickTime vector movie. It shows how to create a new movie, construct a series of QTAtoms that describe a vector picture, and then save the QTAtoms in the new movie. You can then open the movie to see what was drawn.
  4.  
  5. Currently, QTVectors creates the atoms by using one of two methods: (1) It can build the atoms by "brute force", just stuffing the data into a handle, long word after long word. (Ouch!) (2) It can also build an atom stream using the Curve Utilities described in the "QuickTime Vectors" chapter of the developer documentation. This second method is higher-level and far more readable in the source code.
  6.  
  7. QTVectors can be compiled and run under the MacOS and under Windows. The main vector code is found in the file QTVectors.c. The remaining files in this folder are part of the general Mac and Windows support code.
  8.  
  9. Enjoy,
  10. QuickTime Team
  11.  
  12.